projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc156f
)
luci-app-adblock: Fix package call from buildroot
author
INAGAKI Hiroshi
<
[email protected]
>
Sun, 26 Mar 2017 14:15:03 +0000
(23:15 +0900)
committer
INAGAKI Hiroshi
<
[email protected]
>
Sun, 26 Mar 2017 14:15:03 +0000
(23:15 +0900)
Cannot load this package in buildroot, so I fixed package call from
buildroot in the Makefile.
Signed-off-by: INAGAKI Hiroshi <
[email protected]
>
applications/luci-app-adblock/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-adblock/Makefile
b/applications/luci-app-adblock/Makefile
index 5657cfc90adf8ab27db06aedf0215885deb14a36..614faf0e83ec35097cce8d2f2640c1ff9f108322 100644
(file)
--- a/
applications/luci-app-adblock/Makefile
+++ b/
applications/luci-app-adblock/Makefile
@@
-9,3
+9,5
@@
LUCI_DEPENDS:=+adblock
LUCI_PKGARCH:=all
include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
\ No newline at end of file